home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_29537.txt < prev    next >
Text File  |  1990-08-14  |  601b  |  29 lines

  1. -- card: 29537 from stack: in
  2. -- bmap block id: 36668
  3. -- flags: 4000
  4. -- background id: 2609
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set cursor to none
  9.   hide message
  10.   hide menubar
  11.   play "Mac School Theme"
  12.   wait 45
  13.   visual dissolve slowly
  14.   go to next card
  15.   wait 180
  16.   show card field "Intro1"
  17.   wait 110
  18.   show card field "Intro2"
  19.   wait 90
  20.   show card field "Copyright"
  21.   wait 3 seconds
  22.   put the secs into secCount
  23.   repeat until ((the sound is "done") OR ((the secs - secCount) > 5))
  24.   end repeat
  25.   visual dissolve slowly to white
  26.   visual dissolve
  27.   go to next card
  28. end openCard
  29.